projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f42bcf
)
(url-http-cookies-sources): Defvar at compile time.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 24 Aug 2005 14:24:20 +0000
(14:24 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 24 Aug 2005 14:24:20 +0000
(14:24 +0000)
lisp/url/url-http.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-http.el
b/lisp/url/url-http.el
index 2071b4e058ffb451bc0b6e26c58dda01974c3043..14f5eab1b16e8e101a81db067e68a66a5da12d9a 100644
(file)
--- a/
lisp/url/url-http.el
+++ b/
lisp/url/url-http.el
@@
-28,7
+28,8
@@
(eval-when-compile
(require 'cl)
- (defvar url-http-extra-headers))
+ (defvar url-http-extra-headers)
+ (defvar url-http-cookies-sources))
(require 'url-gw)
(require 'url-util)
(require 'url-parse)